home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 2002 November / SGI IRIX 6.5 Applications 2002 November.iso / dist / gateway.idb / usr / WebFace / Source / 10-InfoSystems / majordomo / description.frm.z / description.frm
Encoding:
Text File  |  2002-06-12  |  2.1 KB  |  57 lines

  1. #! /usr/bin/perl5 
  2. # description.frm 
  3. # Copyright 1988-1996 Silicon Graphics, Inc. 
  4. # All rights reserved. 
  5. # This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.; 
  6. # the contents of this file may not be disclosed to third parties, copied or 
  7. # duplicated in any form, in whole or in part, without the prior written 
  8. # permission of Silicon Graphics, Inc. 
  9. # RESTRICTED RIGHTS LEGEND: 
  10. # Use, duplication or disclosure by the Government is subject to restrictions 
  11. # as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data 
  12. # and Computer Software clause at DFARS 252.227-7013, and/or in similar or 
  13. # successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished - 
  14. # rights reserved under the Copyright Laws of the United States. 
  15. # $Id: description.frm,v 1.5 1998/02/21 03:40:34 jrw Exp $ 
  16.  
  17. print <<EndOfFile;
  18. Content-type: text/html
  19.  
  20. <HTML><HEAD></HEAD><BODY>
  21. <H1>Majordomo</H1>
  22. <P>
  23. <EM>Majordomo</EM> is a software application that manages Internet
  24. mailing lists on a server. This application and instructions for
  25. installing it are available as freeware on the Internet. Before you
  26. install majordomo software on the Internet Gateway server, you must
  27. configure a user account for the application and create a directory
  28. where program files will be stored. </P>
  29. <P>
  30. Use these forms to configure <EM>majordomo </EM>on the Gateway server:
  31. </P>
  32. <UL>
  33.     <LI>
  34.     <A HREF="index.majordomo1.shtml" TARGET="left">Administration</A> 
  35.     <LI>
  36.     <A HREF="index.majordomo2.shtml" TARGET="left">List Management</A> 
  37. </UL>
  38. <P>
  39. In addition to the forms listed above, <EM>WebForce Internet
  40. Gateway</EM> also contains a majordomo application page that individual
  41. users can access to display the majordomo lists that are available on
  42. the server, and to manage their subscriptions to the lists. This page is
  43. accessed from the "<A HREF="/apps/Apps.shtml"
  44. TARGET="_top">Applications</A>" icon on the <EM>WebForce Internet
  45. Gateway</EM> home page. </P>
  46. <P>
  47. Additional information is available from the majordomo(8) reference
  48. page. 
  49. </P>
  50. </BODY></HTML>
  51. EndOfFile
  52.